home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Interactive CD Sampler / Microsoft Interactive CD Sampler.iso / DEMOS / C_Automp / AUTOTP / TRIPPLAN.DIR / Scripts_12.ls < prev    next >
Encoding:
Text File  |  1996-07-25  |  170 b   |  9 lines

  1. on exitFrame
  2.   global theSoundPath, transNum
  3.   sound playFile 1, theSoundPath & "p01.wav"
  4.   setBar(1)
  5.   set transNum to 1
  6.   puppetTransition(transNum, 2)
  7.   setBar(2)
  8. end
  9.